home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TBOOKSELECTOR
/
TBOOKSELECTOR.txt
Wrap
Text File
|
2004-10-12
|
1KB
|
75 lines
object BookSelector: TBookSelector
Left = 232
Top = 124
ActiveControl = lItems
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select the Address Books you want to work with'
ClientHeight = 264
ClientWidth = 461
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object lbABooks: TLabel
Left = 8
Top = 16
Width = 73
Height = 13
Caption = '&Address books:'
end
object lItems: TCheckListBox
Left = 8
Top = 32
Width = 309
Height = 217
ItemHeight = 13
TabOrder = 0
end
object bOK: TButton
Left = 324
Top = 32
Width = 129
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object bCancel: TButton
Left = 324
Top = 72
Width = 129
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object bSelectAll: TButton
Left = 324
Top = 184
Width = 129
Height = 25
Caption = '&Select all'
TabOrder = 3
OnClick = bSelectAllClick
end
object bUnselectAll: TButton
Left = 324
Top = 224
Width = 129
Height = 25
Caption = '&Unselect all'
TabOrder = 4
OnClick = bSelectAllClick
end
end